home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Utilitare / remover / remover.exe / {app} / Remover.exe / 0 / RCDATA / TFORMALERTSOUNDCONFIG / TFORMALERTSOUNDCONFIG.txt
Text File  |  2005-01-25  |  3KB  |  146 lines

  1. object formAlertSoundConfig: TformAlertSoundConfig
  2.   Left = 278
  3.   Top = 320
  4.   BorderStyle = bsDialog
  5.   Caption = 'Choose Alert Sounds'
  6.   ClientHeight = 193
  7.   ClientWidth = 472
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   DesignSize = (
  18.     472
  19.     193)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object bnCancel: TButton
  23.     Left = 287
  24.     Top = 161
  25.     Width = 81
  26.     Height = 25
  27.     Anchors = [akRight, akBottom]
  28.     Caption = '&Cancel'
  29.     ModalResult = 2
  30.     TabOrder = 0
  31.   end
  32.   object bnOK: TButton
  33.     Left = 383
  34.     Top = 161
  35.     Width = 81
  36.     Height = 25
  37.     Anchors = [akRight, akBottom]
  38.     Caption = 'OK'
  39.     Default = True
  40.     ModalResult = 1
  41.     TabOrder = 1
  42.   end
  43.   object groupSounds: TGroupBox
  44.     Left = 8
  45.     Top = 8
  46.     Width = 456
  47.     Height = 138
  48.     Anchors = [akLeft, akTop, akRight, akBottom]
  49.     Caption = 'Play sounds if ...'
  50.     TabOrder = 2
  51.     DesignSize = (
  52.       456
  53.       138)
  54.     object cbFoundAlert: TCheckBox
  55.       Left = 8
  56.       Top = 24
  57.       Width = 433
  58.       Height = 17
  59.       Anchors = [akLeft, akTop, akRight]
  60.       Caption = '... spies were found:'
  61.       TabOrder = 0
  62.     end
  63.     object cbCleanAlert: TCheckBox
  64.       Left = 8
  65.       Top = 80
  66.       Width = 433
  67.       Height = 17
  68.       Anchors = [akLeft, akTop, akRight]
  69.       Caption = '... no threats were found:'
  70.       TabOrder = 4
  71.     end
  72.     object comboFoundAlertFile: TComboBox
  73.       Left = 8
  74.       Top = 48
  75.       Width = 385
  76.       Height = 21
  77.       Anchors = [akLeft, akTop, akRight]
  78.       ItemHeight = 13
  79.       TabOrder = 1
  80.     end
  81.     object comboCleanAlertFile: TComboBox
  82.       Left = 8
  83.       Top = 104
  84.       Width = 385
  85.       Height = 21
  86.       Anchors = [akLeft, akTop, akRight]
  87.       ItemHeight = 13
  88.       TabOrder = 5
  89.     end
  90.     object bnBrowseCleanAlertFile: TButton
  91.       Left = 399
  92.       Top = 104
  93.       Width = 20
  94.       Height = 20
  95.       Anchors = [akTop, akRight]
  96.       Caption = '...'
  97.       TabOrder = 6
  98.       OnClick = bnBrowseCleanAlertFileClick
  99.     end
  100.     object bnBrowseFoundAlertFile: TButton
  101.       Left = 399
  102.       Top = 48
  103.       Width = 20
  104.       Height = 20
  105.       Anchors = [akTop, akRight]
  106.       Caption = '...'
  107.       TabOrder = 2
  108.       OnClick = bnBrowseFoundAlertFileClick
  109.     end
  110.     object bnPlayFoundAlertFile: TButton
  111.       Left = 423
  112.       Top = 48
  113.       Width = 20
  114.       Height = 20
  115.       Anchors = [akTop, akRight]
  116.       Caption = '>'
  117.       TabOrder = 3
  118.       OnClick = bnPlayFoundAlertFileClick
  119.     end
  120.     object bnPlayCleanAlertFile: TButton
  121.       Left = 423
  122.       Top = 104
  123.       Width = 20
  124.       Height = 20
  125.       Anchors = [akTop, akRight]
  126.       Caption = '>'
  127.       TabOrder = 7
  128.       OnClick = bnPlayCleanAlertFileClick
  129.     end
  130.   end
  131.   object mpAlert: TMediaPlayer
  132.     Left = 16
  133.     Top = 160
  134.     Width = 253
  135.     Height = 30
  136.     Visible = False
  137.     TabOrder = 3
  138.   end
  139.   object odBrowse: TOpenDialog
  140.     DefaultExt = 'wav'
  141.     Filter = 'Wave files|*.wav'
  142.     Left = 8
  143.     Top = 152
  144.   end
  145. end
  146.